home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 8 / bse.zip / BSE.DOC next >
Text File  |  1988-05-19  |  3KB  |  59 lines

  1.  
  2. (C) Yan Seiner 1988
  3. May not  be used in any commercial product without express written permission of
  4. the author.  May be copied, and distributed freely with this doc file.
  5.  
  6. bse drive_letter
  7.  
  8. is a simple boot sector editor. It is  designed to  complement Norton's Advanced
  9. Utilites, which for some unfathomable reason, does not provide one.
  10.  
  11. WARNING!!!!!
  12.  
  13. bse can  trash your  disks with ease.  DOS takes the boot sector very seriously.
  14. Changing things randomly can  lose you  all your  data, as  well as  damage your
  15. hardware.  MAKE BACKUPS before using it on your hard disks.  Learn how to use it
  16. on floppies.  Get a good book on DOS (Ray Duncan's Advanced DOS comes  to mind.)
  17. IN NO  CASE WILL  I BE  RESPONSIBLE FOR  WHAT HAPPENS WHEN YOU USE BSE!!!!  MAKE
  18. BACKUPS!!!  KNOW WHAT'S GOING TO HAPPEN WHEN YOU CHANGE  THE BOOT  SECTOR BEFORE
  19. YOU MAKE ANY CHANGES!!!!
  20.  
  21. Changing cluster size
  22.  
  23. Why should  I do that?  Because DOS is very stupid.  It formats small hard disks
  24. with large clusters.  What this means is that EVERY file on a 10 Meg HD takes at
  25. least 4K.  Many of my files are small (under 1K) and changing cluster size to 1K
  26. increased my useful storage by over 30%.
  27.  
  28. What is a cluster?
  29.  
  30. A cluster is a group of sectors.  A sector is 512 bytes long.  DOS  stores files
  31. in clusters.   Thus,  a HD  with 8  sector clusters will require 4K per file, no
  32. matter how small.  Fortunately, a cluster can  consist of  almost any  number of
  33. sectors.   It is  best for  a cluster  to consist  of powers of two multiples of
  34. sectors.  A 10 Meg HD is formatted with 8 sector clusters  by default.   You can
  35. change this  to 4,  2, or even 1.  There are drawbacks to using a small cluster,
  36. but if you have a lot of RAM  and not  enough disk  space, you  can gain  a lot.
  37. Using small  clusters tends to leave less room for programs in RAM.  This should
  38. not be a concern unless you have only 256K RAM.
  39.  
  40. How to change cluster size
  41.  
  42. 1.  Cold boot DOS.
  43. 2.  MAKE BACKUPS.  One as a minmum, two preferrably.
  44. 3.  Make a bootable floppy, with bse and format on it.
  45. 4.  Run bse, specifying drive letter.
  46.      4a.  Change sectors per cluster
  47.      4b.  Hit F9 to calculate FAT size (should be around 40 sectors)
  48.      4c.  Hit F10 to exit, writing changes to sector.
  49. 5.  Cold boot  DOS to  read new  boot sector  (it is  read once,  at boot time.)
  50. Disk is now unreadable.
  51. 6.  Format disk.
  52. 7.  Restore from backups.
  53.  
  54. Good Luck!
  55.  
  56. Yan Seiner 1988
  57. 223-C King St.
  58. Princeton, NJ 08540
  59.